gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c
authorMichael Natterer <mitch@imendio.com>
Fri, 30 May 2008 11:25:56 +0000 (11:25 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 30 May 2008 11:25:56 +0000 (11:25 +0000)
2008-05-30  Michael Natterer  <mitch@imendio.com>

* gailcellparent.h
* gailfactory.h
* tests/testnotebook.c
* tests/testtext.c
* tests/testtoplevel.c
* tests/testvalues.c: include <atk/atk.h> instead of individual
files from ATK.

svn path=/trunk/; revision=20254

modules/other/gail/ChangeLog
modules/other/gail/gailcellparent.h
modules/other/gail/gailfactory.h
modules/other/gail/tests/testnotebook.c
modules/other/gail/tests/testtext.c
modules/other/gail/tests/testtoplevel.c
modules/other/gail/tests/testvalues.c

index 4796a19a9d47c7b7c457f80a537d8a914ae2b0a3..a4a6536347d9a2bb7dbbcad616be6a33859e150e 100644 (file)
@@ -1,3 +1,13 @@
+2008-05-30  Michael Natterer  <mitch@imendio.com>
+
+       * gailcellparent.h
+       * gailfactory.h
+       * tests/testnotebook.c
+       * tests/testtext.c
+       * tests/testtoplevel.c
+       * tests/testvalues.c: include <atk/atk.h> instead of individual
+       files from ATK.
+
 2008-05-28  Michael Natterer  <mitch@imendio.com>
 
        * gailwidget.h: include <gtk/gtk.h> instead of
index 1e2a43b403921ac6448e1f73351ddcba69dcddac..ba750ef6e8e817073bf6fb87e36e6ad669f136d7 100644 (file)
@@ -21,8 +21,7 @@
 #ifndef __GAIL_CELL_PARENT_H__
 #define __GAIL_CELL_PARENT_H__
 
-#include <atk/atkobject.h>
-#include <atk/atkutil.h>
+#include <atk/atk.h>
 #include <gail/gailcell.h>
 
 G_BEGIN_DECLS
index 453ccfd06d904febe0d820ed292cb97fccc3e875..d9d222198ebf9094ca3c7bcf432fbd5d629ae2cf 100644 (file)
@@ -23,7 +23,7 @@
 #define _GAIL_FACTORY_H__
 
 #include <glib-object.h>
-#include <atk/atkobject.h>
+#include <atk/atk.h>
 
 #define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \
 { \
index 77d015b221b11a66f4c6ee136f901448664073ee..5cd716173953b54afa3410c9fabafce364b09b45 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <glib.h>
 #include <atk/atk.h>
-#include <atk/atkselection.h>
 #include <gtk/gtk.h>
 #include "testlib.h"
 
index 6af191c9a5a78b1803da6f784a4e732ac1f356cd..ddc272f0659d9d53d69536df547d33fc6d1f93ea 100644 (file)
@@ -1,4 +1,4 @@
-#include <atk/atkeditabletext.h>
+#include <atk/atk.h>
 #include "testtextlib.h"
 
 #define NUM_VALID_ROLES 6  
index fa27833dd7ba31e0792a621a3c1e9b953b0ec960..63addd065d3932351eee18476c0264d7416318d4 100644 (file)
@@ -1,5 +1,4 @@
 #include <atk/atk.h>
-#include <atk/atkvalue.h>
 #include <gtk/gtk.h>
 #include "testlib.h"
 
index fcb811970d770be6adfc69398bb57cd587982b4f..611401966debc6bf253db538d87be287a593a2b9 100644 (file)
@@ -1,6 +1,5 @@
 #include <string.h>
 #include <atk/atk.h>
-#include <atk/atkvalue.h>
 #include <gtk/gtk.h>
 
 static void _traverse_children (AtkObject *obj);